home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html debug="false" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
- <head>
-
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-
- <script src="js/yoono/YoonoAPI/Yoono.js" type="text/javascript"></script>
- <script src="js/yoono/YoonoAPI/lang/lang.js" type="text/javascript"></script>
- <script src="js/yoono/utils/utils.js" type="text/javascript"></script>
- <script src="js/yoono/EventMgr/EMConst.js" type="text/javascript"></script>
- <script src="js/yoono/EventMgr/EventMgr.js" type="text/javascript"></script>
- <script src="js/yoono/YoonoAPI/thirdpart/prototype/prototype.js" type="text/javascript"></script>
-
- <script type="text/javascript">
-
- function logDebug(msg) { window.external.logDebug('em:' + msg); }
- function logWarning(msg) { window.external.logWarning('em:' + msg); }
- function logError(msg) { window.external.logError('em:' + msg); }
- function logInfo(msg) { window.external.logInfo('em:' + msg); }
-
- function setKeyValue(params) { window.external.setKeyValue(params); }
-
- var em;
-
- function getEventMgr() {
- if (!em)
- em = new EventMgr();
- return em;
- }
-
- </script>
-
- </head>
-
- <body>
- </body>
-
- </html>
-